home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form2
- AutoRedraw = -1 'True
- BorderStyle = 1 'Fixed Single
- ClientHeight = 2775
- ClientLeft = 2190
- ClientTop = 2310
- ClientWidth = 3150
- ControlBox = 0 'False
- Height = 3180
- Left = 2130
- LinkMode = 1 'Source
- LinkTopic = "Form2"
- ScaleHeight = 2775
- ScaleWidth = 3150
- Top = 1965
- Width = 3270
- Begin TextBox Works
- BorderStyle = 0 'None
- Height = 375
- Left = 2160
- TabIndex = 11
- Text = "Works"
- Top = 2280
- Width = 735
- End
- Begin CommandButton Command1
- Caption = "OK!"
- Height = 495
- Left = 120
- TabIndex = 8
- Top = 2160
- Width = 855
- End
- Begin PictureBox LOGO
- AutoRedraw = -1 'True
- BorderStyle = 0 'None
- Height = 495
- Left = 1920
- Picture = ABOUTME.FRX:0000
- ScaleHeight = 495
- ScaleWidth = 495
- TabIndex = 10
- Top = 1920
- Width = 495
- End
- Begin PictureBox Picture1
- AutoRedraw = -1 'True
- BorderStyle = 0 'None
- Height = 495
- Left = 2520
- Picture = ABOUTME.FRX:0302
- ScaleHeight = 495
- ScaleWidth = 495
- TabIndex = 7
- Top = 120
- Width = 495
- End
- Begin Label Label8
- Caption = "(c) PcWorks 1991"
- Height = 255
- Left = 120
- TabIndex = 9
- Top = 1800
- Width = 1815
- End
- Begin Label Label7
- Caption = "sheppard@brandonu.ca"
- Height = 255
- Left = 240
- TabIndex = 6
- Top = 1440
- Width = 2655
- End
- Begin Label Label4
- Caption = "InterNet:"
- Height = 255
- Left = 0
- TabIndex = 3
- Top = 1200
- Width = 855
- End
- Begin Label Label6
- Caption = "Compuserv:72067,1571"
- Height = 255
- Left = 0
- TabIndex = 5
- Top = 960
- Width = 1935
- End
- Begin Label Label5
- Caption = "Canada, R7A 1G4"
- Height = 255
- Left = 240
- TabIndex = 4
- Top = 720
- Width = 1935
- End
- Begin Label Label3
- Caption = "Brandon, Manitoba"
- Height = 255
- Left = 240
- TabIndex = 2
- Top = 480
- Width = 1935
- End
- Begin Label Label2
- Caption = "37 Macleod Drive"
- Height = 255
- Left = 240
- TabIndex = 1
- Top = 240
- Width = 1935
- End
- Begin Label Label1
- Caption = "By Brian Sheppard"
- Height = 255
- Left = 240
- TabIndex = 0
- Top = 0
- Width = 1935
- End
- Sub Command1_Click ()
- Unload FORM2
- End Sub
-